Vcenter Vm Hardware Floppy BackingSpec

Vcenter Vm Hardware Floppy BackingSpec
Vcenter Vm Hardware Floppy BackingSpec

The Vcenter Vm Hardware Floppy BackingSpec schema provides a specification of the physical resource backing a virtual floppy drive.

JSON Example
{
    "type": "string",
    "image_file": "string",
    "host_device": "string"
}
string
type
Required

Backing type for the virtual floppy drive.

For more information see: Vcenter Vm Hardware Floppy BackingType.

string
image_file
Optional

Path of the image file that should be used as the virtual floppy drive backing.

This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Floppy BackingType.IMAGE_FILE.

string
host_device
Optional

Name of the device that should be used as the virtual floppy drive backing.

If missing or null, the virtual floppy drive will be configured to automatically detect a suitable host device.